home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
merlin
/
start2
< prev
next >
Wrap
Text File
|
1999-07-12
|
1KB
|
68 lines
;
; An assign MCP: to the directory with this script is expected
;
; Debug version of the start script
;
if not exists mcp:
echo "Error: You need an assign mcp: to the main directory."
quit
endif
if exists mcp:fonts
assign add FONTS: mcp:fonts
endif
;;; For future Trion libs
if exists mcp:libs
assign add LIBS: mcp:libs
endif
;;; Make sure important directories exist
if not exists mcp:temp
makedir mcp:temp
endif
path mcp:bin mcp:scripts add
;Resident
run MPS -d -m ; start Handler (suplies screen and services)
run MCP -d -m main ; start Gui program with "main.mcp"
run SndHnd >nil: ; start Sound handler
run mcp -d -m drivestest ;sdrives
wait 1
run mcp -d -m colortest
wait 1
run mcp -d -m myAmiga
wait 1
run mcp -d -m Agent
wait 1
run mcp -d -m earth
wait 1
run mcp -d -m gal
wait 1
run mcp:bin/scheduler ONTRION
run mcp:bin/stopbutton INSTALL
Wait 3
sndevent -L gost_AmircStart 9 ; load sample 9
sndevent -L startrek-alert 10 ; load sample 10
sndevent -P 9 ; play sample 9
sndevent -U 9 ; unload sample 9
; sndevent -q